You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > Kron Method > TMtx.Kron Method ([In] TMtx, [In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.Kron Method ([In] TMtx, [In] TMtx)

The Kronecker product between two matrices.

Syntax
C#
Visual Basic
public TMtx Kron([In] TMtx SrcMtx1, [In] TMtx SrcMtx2);

Calculates the Kronecker product between SrcMtx1 and SrcMtx2 and stores the result in the calling matrix. The Rows, Cols and TMtxVec.ComplexComplex properties of calling matrix are set automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!